projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b0b52
)
(HAVE_STRING_H): Move #undef here.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jul 1998 06:46:28 +0000
(06:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jul 1998 06:46:28 +0000
(06:46 +0000)
src/s/aix3-2.h
patch
|
blob
|
history
diff --git
a/src/s/aix3-2.h
b/src/s/aix3-2.h
index 2073ccf928d0269233b0e28a651c554d48f04e8e..9866ea9dbdaf7ce199c5cf4b6552b5d4863653e9 100644
(file)
--- a/
src/s/aix3-2.h
+++ b/
src/s/aix3-2.h
@@
-47,3
+47,8
@@
the internationalization code causes the modifier keys C, M and Shift
to beep after a mouse click. */
#define X11R5_INHIBIT_I18N
+
+/* string.h defines rindex as a macro, at least with native cc, so we
+ lose declaring char * rindex without this.
+ It is just a guess which versions of AIX need this definition. */
+#undef HAVE_STRING_H